home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 113
- Width = 435
- Height = 300
- Caption = 'Fahrgestelle'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- PixelsPerInch = 120
- TextHeight = 16
- object Button1: TButton
- Left = 51
- Top = 200
- Width = 150
- Height = 50
- Caption = 'Velo'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -20
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 227
- Top = 200
- Width = 150
- Height = 50
- Caption = 'Auto'
- Font.Charset = ANSI_CHARSET
- Font.Color = clBlack
- Font.Height = -20
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = Button2Click
- end
- end
-